home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.7 / tcpdump- / tcpdump-richard-1.7 / tcpdump-3.0 / README.linux < prev    next >
Encoding:
Text File  |  1994-07-23  |  1.1 KB  |  23 lines

  1. This is the linux port of tcpdump version 3.0.
  2.  
  3. Port by: Adam Caldwell (acaldwel@ace.cs.ohiou.edu)
  4.  
  5. NOTES:
  6.   1) Linux doesn't have a lot of the include files that tcpdump expects...
  7.      and when it does have them, the linux includes use different names,
  8.      so I had to include a special directory especially for linux, which
  9.      contained the needed definitions.
  10.   2) This program compiles using gcc 2.5.8, flex 2.4.6, bison 1.22, 
  11.      whatever include files came with Slackware 1.2.0 (presumably the ones
  12.      that go with gcc 2.5.8), and kernel version 1.0.8 (and 1.1.33)
  13.   3) The kernel keeps track of the exact time a packet was received.
  14.      the newer kernels provide a way to get to this, so I put in a modification
  15.      to ask for it.... If it the newer interface doesn't exist (ie old kernel)
  16.      it will revert back to using gettimeofday().
  17.   4) I put in a hook so that it can clean up after itself (ie turn off promisc
  18.      mode if it turned it on.
  19.  
  20. Things to do:
  21.   1) The kernel keeps track of interface statistics... I took the easy way
  22.      out and didn't ask for them.
  23.